home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / infosrvr / dev / www_talk.930 / 000862_wmperry@papaya…cs.indiana.edu _Tue Apr 13 16:28:46 1993.msg < prev    next >
Internet Message Format  |  1994-01-24  |  5KB

  1. Return-Path: <wmperry@papaya.ucs.indiana.edu>
  2. Received: from dxmint.cern.ch by  nxoc01.cern.ch  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  3.     id AA17994; Tue, 13 Apr 93 16:28:46 MET DST
  4. Received: from papaya.ucs.indiana.edu by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
  5.     id AA27354; Tue, 13 Apr 1993 16:48:16 +0200
  6. Message-Id: <9304131448.AA27354@dxmint.cern.ch>
  7. Received: by papaya.ucs.indiana.edu
  8.     (5.65c/9.4jsm) id AA03059; Tue, 13 Apr 1993 09:48:14 -0500
  9. Date: Tue, 13 Apr 1993 09:48:14 -0500
  10. From: "William M. Perry" <wmperry@papaya.ucs.indiana.edu>
  11. To: www-talk@nxoc01.cern.ch, www-announce@nxoc01.cern.ch
  12. Subject: New Version of The Emacs Browser For W3 (.04b)
  13.  
  14. Hello All,
  15.   
  16.    This is to announce yet another version of my WWW browser for emacs.  It
  17. supports Epoch, Lucid, and vanilla emacs.  Lucid&Epoch support fonts and
  18. highlighting.  The Epoch version now supports graphics (bitmaps, gifs,
  19. group3 faxes, raster, X window-dumps, X icons, graymaps, PICT, MacPaint
  20. files, and Targa files) - this requires that Epoch was compiled with
  21. HAVE_XPM defined, and also needs the pbmplus package (or some other way to
  22. convert the images into an XPixMap that epoch can understand).  It also
  23. supports all tags except for news links.  The Lucid Emacs now supports
  24. setting the fonts for headers, etc in your .Xresources file.
  25.  
  26.     The package is available via anonymous ftp from moose.cs.indiana.edu in
  27. /pub/elisp/w3.  Get the w3.tar.Z file if you are upgrading from an earlier
  28. version.  Get w3.tar.Z & extras.tar.Z if this is the first time.
  29. extras.tar.Z contains:
  30. ---------------------------------------------------------------------------
  31.    Package            Author
  32.    -------            ------
  33.    ange-ftp: Andy Norman, ange@hplb.hpl.hp.com
  34.  background: Joseph G. Keane <jk3k+@ANDREW.CMU.EDU>
  35. transparent: Brian Tompsett, briant@spider.co.uk
  36.      gopher: scott snyder <snyder@d0gsc.fnal.gov>
  37.       forms: Johan Vromans (jv@mh.nl)
  38. ---------------------------------------------------------------------------
  39.  
  40.   Please drop me a line if you grab the package, just so I have some idea
  41. of how many people are using it. :)  Suggestions for improvements, bug
  42. reports, and bug fixes are all welcome.
  43.  
  44.   Some documentation on w3-mode is in
  45. http://moose.cs.indiana.edu:80/elisp/w3/docs.html
  46.  
  47. Enjoy,
  48.     Bill Perry
  49.  
  50. -- William M. Perry (wmperry@indiana.edu) --
  51. Probably the earliest flyswatters were nothing more than some sort of
  52. striking surface attached to the end of a long stick.
  53.  
  54. ---------------------------------------------------------------------------
  55.   Here is an excerpt of the changelog file since the last release:
  56. Tue Apr 13 08:30:58 1993  William M. Perry  (wmperry@indiana.edu)
  57. * v.04b
  58. * Fixed graphic support to work over http links (Epoch Only)
  59. * Fixed graphic support so it will figure out if the conversion failed
  60.   or not - warning message if it did.
  61.   
  62. Mon Apr 12 07:35:40 1993  William M. Perry  (wmperry@indiana.edu)
  63. * v.03b
  64. * Fixed lemacs support so it doesn't nuke your xdefaults.  Also fixed
  65.   the passing of face-objects, since they are screen-specific, and
  66.   therefore a Bad Thing.  Thanks to Jamie Zawinski (jwz@lucid.com)
  67. * Changed menu code so that it put the link # in there also.  Helpful
  68.   for when the links are unnamed, or named 'here' or 'this'.  Thanks
  69.   to Jamie Zawinski (jwz@lucid.com) for saying the menus were hosed.
  70.  
  71. Sun Apr 11 16:30:44 1993  William M. Perry  (wmperry@indiana.edu)
  72. * Fixed graphics support for epoch - would only do 1 image per page.
  73. * Fixed a few typos - thanks to eostrom@nic.gac.edu
  74.  
  75. Fri Apr  9 00:18:47 1993  William M. Perry  (wmperry@indiana.edu)
  76. * Added graphics support for epoch (doesn't work over http, pretty
  77.   much hardwired for me right now - commented out in the release)
  78. * v.02b
  79. * Several bug fixes (link finding, name fixing, others) - thanks to
  80.   eostrom@nic.gac.edu for the fixes.
  81. * Added eostrom@nic.gac.edu's zone-imitation functions for normal emacs.
  82.   Also wrote corresponding forward&back link code.  I wrote the forward&
  83.   back code for epoch&lemacs.
  84.  
  85. Thu Apr  8 13:23:27 1993  William M. Perry  (wmperry@indiana.edu)
  86. * Fixed being able to jump forward over non-links in []s. Thanks to
  87.   eostrom@nic.gac.edu
  88. * Fixed telnet handling - thanks to eostrom@nic.gac.edu for noticing
  89.   it and for a preliminary fix.  Refined his fix.  Problem was that
  90.   telnet wasn't getting enough time to start before I sent it a
  91.   command.
  92. * Fixed a few regular expressions - thanks to eostrom@nic.gac.edu
  93. * Fixed bug in w3-add-document-hotlist which caused an error if the
  94.   hotlist file didn't already exist.  Thanks to eostrom@nic.gac.edu
  95.   for noticing it.
  96.